PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / getEnableStandardLigatures Method
In This Topic
    getEnableStandardLigatures Method
    In This Topic
    Gets a flag indicating whether standard ligatures should be enabled. This feature replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.
    Syntax
    public boolean getEnableStandardLigatures()

    Return Value

    True if standard ligatures are enabled.
    See Also